type github.com/robfig/cron/v3.byTime
5 uses
github.com/robfig/cron/v3 (current package)
cron.go#L79: type byTime []*Entry
cron.go#L81: func (s byTime) Len() int { return len(s) }
cron.go#L82: func (s byTime) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
cron.go#L83: func (s byTime) Less(i, j int) bool {
cron.go#L251: sort.Sort(byTime(c.entries))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)